home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 033a / arealis2.zip / AREALIST.DOC next >
Text File  |  1991-05-05  |  4KB  |  93 lines

  1.                      AREALIST, A MAXIMUS BBS UTILITY
  2.  
  3.  
  4. THIS PROGRAM IS DISTRIBUTED WITHOUT COST. IT IS WITHOUT WARRANTY OF ANY KIND
  5. AND YOU USE IT AT YOUR OWN RISK.
  6.  
  7. Revisions: This version cured a nasty bug that sometimes put an
  8. incorrect access level in when they were different for File and
  9. Message areas. It also adds the /S switch to add leading spaces at the
  10. begining of a description line.
  11.  
  12.  
  13. Very Quick Reference:
  14.  
  15.  AREALIST. Generates MSGAREA.BBS and FILEAREA.BBS for MAXIMUS CBCS.
  16. (C) 1990 Yale Computer Consulting. FidoNet 1:141/535 bbs 203-753-8351
  17.  This program is absolutely free and has no warranty of any kind.
  18.  
  19. Usage: AREALIST [/Iinfile] [/F] [/M] [/Hfile] [/Nc] [/Bc] [/Tc] [/Sn]
  20.  
  21. /Iinfile, use infile to specify an areas.ctl file to read-default= AREAS.CT.
  22. /M Generate MSGAREA.BBS only"
  23. /F Generate FILEAREA.BBS only-default is to generate both. If both are
  24.         specified you will get only a FILEAREA.BBS
  25. /H Name of header file to be added at top of MSGAREA and/or FILEAREA
  26.         file. Default is no file. May be compiled MECCA.
  27. /Nc c is the color the area numbers will be.Default is Blue.
  28. /Bc c is the color the periods between the area number and title will
  29.         be. Default is White.
  30. /Tc c is the color the area titles will be. Default is Yellow.
  31. /Sn n is the number of leading spaces in the area description line.
  32.  
  33. Color Key: Blue=1 Green=2 Cyan=3 Red=4 Magenta=5 Brown=6 Gray=7 DarkGray=8
  34. LightBlue=9 LightGreen=10 LightCyan=11 LightRed=12 LightMagenta=13
  35. Yellow=14 White=15
  36.  
  37.  
  38. Purpose:
  39.         I used to use an excellent program with OPUS to generate MSGAREA.BBS
  40. and FILEAREA.BBS files. When I switched to MAXIMUS I wanted something to
  41. generate those same files without having all those SYSTEM??.BBS files lying
  42. around my hard drive, so I threw together AREALIST.
  43.  
  44. Examples of Usage:
  45.         AREALIST
  46.  
  47.         Will read AREAS.CTL and produce MSGAREA.BBS and FILEAREA.BBS with the
  48. following colors:
  49. b  w     y
  50. l  h     e
  51. u  i     l
  52. e  t     l
  53.    e     o
  54.          w
  55. 1....Area Name
  56.  
  57.         AREALIST will skip area that have an access level of HIDDEN.
  58.  
  59.         AREALIST does not support barracades at this time.
  60.  
  61.         AREALIST /hheader.fil /n4 /b5 /t14
  62.  
  63.         Will read AREAS.CTL, start both MSGAREAS.BBS and FILEAREA.BBS with
  64. whatever you have in the file HEADER.FIL, and use red area numbers, magenta
  65. dots, and yellow area titles.
  66.  
  67.         You can have imbedded comments in your AREAS.CTL file and AREALIST will 
  68. include them into your MSGAREA.BBS and FILEAREA.BBS files. Any line that has 
  69. %ALM% in it will have whatever follows the %ALM% written into the MSGAREA.BBS 
  70. file. Any line that has %ALF% in it will have what ever follows the %ALF% 
  71. written into the FILEAREA.BBS. The %ALM% or %ALF% do not have to start the 
  72. line, they can be at any position. 
  73.         I use this to put comment lines about restricted access for some areas 
  74. in the file and to break the echos into groups by subject.
  75.  
  76.         I use a batchfile to run AREALIST because I have different header
  77. files for MSGAREA.BBS and FILEAREA.BBS, here is the one I use for MSGAREA.BBS:
  78.  
  79.  
  80. d:
  81. cd \max\misc
  82. AREAFIX /id:\max\areas.ctl /m /n4 /b15 /t1
  83. type msgtrail.txt >> msgareas.bbs
  84. cd \max
  85.  
  86.         Note that by using the DOS TYPE command you can add a trailer to the
  87. file. It is not necessary for AREALIST to support this function.
  88.  
  89.         Any comments, problems, or suggestions can be directed to me (David 
  90. Yale) at my BBS, A Place in the Sun- (203) 753-8351, FidoNet 1:141/535
  91.  
  92.  
  93.